home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / mailx6 / _setup.2 / Group3 / OCXMSGF2.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-08-01  |  6.0 KB  |  209 lines

  1. VERSION 4.00
  2. Begin VB.Form MsgForm 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "Message Form"
  6.    ClientHeight    =   4200
  7.    ClientLeft      =   1830
  8.    ClientTop       =   1650
  9.    ClientWidth     =   6195
  10.    BeginProperty Font 
  11.       name            =   "MS Sans Serif"
  12.       charset         =   0
  13.       weight          =   700
  14.       size            =   8.25
  15.       underline       =   0   'False
  16.       italic          =   0   'False
  17.       strikethrough   =   0   'False
  18.    EndProperty
  19.    Height          =   4575
  20.    Left            =   1785
  21.    LinkTopic       =   "Form1"
  22.    ScaleHeight     =   4200
  23.    ScaleWidth      =   6195
  24.    Top             =   1320
  25.    Width           =   6285
  26.    Begin VB.PictureBox Picture1 
  27.       BackColor       =   &H00C0C0C0&
  28.       Height          =   615
  29.       Left            =   -120
  30.       ScaleHeight     =   585
  31.       ScaleWidth      =   6345
  32.       TabIndex        =   12
  33.       Top             =   0
  34.       Width           =   6375
  35.       Begin VB.CommandButton BtnForward 
  36.          Caption         =   "Forward"
  37.          Height          =   375
  38.          Left            =   2880
  39.          TabIndex        =   15
  40.          Top             =   120
  41.          Width           =   1155
  42.       End
  43.       Begin VB.CommandButton btnReply 
  44.          Caption         =   "Reply"
  45.          Height          =   375
  46.          Left            =   1470
  47.          TabIndex        =   14
  48.          Top             =   120
  49.          Width           =   1170
  50.       End
  51.       Begin VB.CommandButton BtnHide 
  52.          Caption         =   "End Msg"
  53.          Height          =   375
  54.          Left            =   120
  55.          TabIndex        =   13
  56.          Top             =   120
  57.          Width           =   1125
  58.       End
  59.    End
  60.    Begin VB.ComboBox szFileList 
  61.       Height          =   315
  62.       Left            =   1320
  63.       TabIndex        =   11
  64.       Top             =   2775
  65.       Width           =   1935
  66.    End
  67.    Begin VB.TextBox szOriginator 
  68.       Height          =   375
  69.       Left            =   4440
  70.       TabIndex        =   10
  71.       Top             =   2760
  72.       Width           =   1575
  73.    End
  74.    Begin VB.TextBox szMsgID 
  75.       Height          =   495
  76.       Left            =   1320
  77.       TabIndex        =   7
  78.       Top             =   3240
  79.       Width           =   4695
  80.    End
  81.    Begin VB.TextBox szTime 
  82.       Height          =   375
  83.       Left            =   1200
  84.       TabIndex        =   6
  85.       Top             =   2280
  86.       Width           =   4815
  87.    End
  88.    Begin VB.TextBox szNoteText 
  89.       Height          =   855
  90.       Left            =   1200
  91.       MultiLine       =   -1  'True
  92.       TabIndex        =   3
  93.       Top             =   1320
  94.       Width           =   4815
  95.    End
  96.    Begin VB.TextBox szSubject 
  97.       Height          =   375
  98.       Left            =   1200
  99.       TabIndex        =   1
  100.       Top             =   840
  101.       Width           =   4815
  102.    End
  103.    Begin Mailx16Lib.MFile MFile1 
  104.       Left            =   135
  105.       Top             =   3600
  106.       _Version        =   65542
  107.       _ExtentX        =   900
  108.       _ExtentY        =   900
  109.       _StockProps     =   0
  110.       BindString      =   "MMsg1"
  111.    End
  112.    Begin Mailx16Lib.MReci MReci1 
  113.       Left            =   735
  114.       Top             =   3600
  115.       _Version        =   65542
  116.       _ExtentX        =   900
  117.       _ExtentY        =   900
  118.       _StockProps     =   0
  119.       BindString      =   "MMsg1"
  120.    End
  121.    Begin Mailx16Lib.MMsg MMsg1 
  122.       Left            =   255
  123.       Top             =   1695
  124.       _Version        =   65542
  125.       _ExtentX        =   900
  126.       _ExtentY        =   900
  127.       _StockProps     =   0
  128.       BindString      =   "FormTag1.MSess1"
  129.       FastFetch       =   -1  'True
  130.    End
  131.    Begin Mailx16Lib.MForm MForm1 
  132.       Left            =   2775
  133.       Tag             =   "FormTag2"
  134.       Top             =   3855
  135.       _Version        =   65542
  136.       _ExtentX        =   5106
  137.       _ExtentY        =   500
  138.       _StockProps     =   0
  139.       MXFormName      =   "FormTag2"
  140.    End
  141.    Begin VB.Label Label6 
  142.       BackColor       =   &H00C0C0C0&
  143.       Caption         =   "Attachments:"
  144.       Height          =   375
  145.       Left            =   120
  146.       TabIndex        =   9
  147.       Top             =   2760
  148.       Width           =   1215
  149.    End
  150.    Begin VB.Label Label5 
  151.       BackColor       =   &H00C0C0C0&
  152.       Caption         =   "Originator:"
  153.       Height          =   375
  154.       Left            =   3450
  155.       TabIndex        =   8
  156.       Top             =   2805
  157.       Width           =   960
  158.    End
  159.    Begin VB.Label Label4 
  160.       BackColor       =   &H00C0C0C0&
  161.       Caption         =   "Message ID:"
  162.       Height          =   375
  163.       Left            =   120
  164.       TabIndex        =   5
  165.       Top             =   3360
  166.       Width           =   1215
  167.    End
  168.    Begin VB.Label Label3 
  169.       BackColor       =   &H00C0C0C0&
  170.       Caption         =   "Time:"
  171.       Height          =   270
  172.       Left            =   150
  173.       TabIndex        =   4
  174.       Top             =   2355
  175.       Width           =   855
  176.    End
  177.    Begin VB.Label Label2 
  178.       BackColor       =   &H00C0C0C0&
  179.       Caption         =   "Note Text:"
  180.       Height          =   375
  181.       Left            =   120
  182.       TabIndex        =   2
  183.       Top             =   1320
  184.       Width           =   975
  185.    End
  186.    Begin VB.Label Label1 
  187.       BackColor       =   &H00C0C0C0&
  188.       Caption         =   "Subject:"
  189.       Height          =   375
  190.       Left            =   120
  191.       TabIndex        =   0
  192.       Top             =   840
  193.       Width           =   855
  194.    End
  195. Attribute VB_Name = "MsgForm"
  196. Attribute VB_Creatable = False
  197. Attribute VB_Exposed = False
  198. Private Sub BtnForward_Click()
  199.     MMsg1.Action = ACTION_FORWARD
  200.     MMsg1.Action = ACTION_SENDMSG
  201. End Sub
  202. Private Sub BtnHide_Click()
  203.     Unload Me
  204. End Sub
  205. Private Sub btnReply_Click()
  206.     MMsg1.Action = ACTION_REPLY
  207.     MMsg1.Action = ACTION_SENDMSG
  208. End Sub
  209.